Skip to content

Commit c6a0d31

Browse files
committed
change enum values
1 parent 027d2e2 commit c6a0d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rng.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use crate::time::Hertz;
1515

1616
#[derive(Debug)]
1717
pub enum ErrorKind {
18-
ClockError = 1,
19-
SeedError = 2,
18+
ClockError = 0,
19+
SeedError = 1,
2020
}
2121

2222
trait KerClk {

0 commit comments

Comments
 (0)