This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
New -> NewRand
pull/1780/head
Jae Kwon
7 years ago
parent
536c27de8e
commit
6d61ca3bb5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
common/random.go
+ 2
- 2
common/random.go
View File
@ -22,11 +22,11 @@ type Rand struct {
var
grand
*
Rand
func
init
(
)
{
grand
=
New
(
)
grand
=
New
Rand
(
)
grand
.
init
(
)
}
func
New
(
)
*
Rand
{
func
New
Rand
(
)
*
Rand
{
rand
:=
&
Rand
{
}
rand
.
init
(
)
return
rand
Write
Preview
Loading…
Cancel
Save