We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554f822 commit a302236Copy full SHA for a302236
1 file changed
vlib/rand/dist_test.v
@@ -4,9 +4,9 @@ import rand
4
// The sample size to be used
5
const count = 2000
6
// Accepted error is within 5% of the actual values.
7
-const error = 0.06
+const error = 0.05
8
// The seeds used (for reproducible testing)
9
-const seeds = [[u32(0xffff24), 0xabcd], [u32(0x141024), 0x42851],
+const seeds = [[u32(0x24ffff), 0xabcd], [u32(0x141024), 0x42851],
10
[u32(0x1452), 0x90cd]]
11
12
fn test_bernoulli() {
0 commit comments