File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ const RAND_SIZE: usize = 1 << RAND_SIZE_LEN;
84
84
/// [3]: Jean-Philippe Aumasson, [*On the pseudo-random generator ISAAC*](
85
85
/// https://eprint.iacr.org/2006/438)
86
86
///
87
- /// [`Hc128Rng`]: prng/ hc128/struct.Hc128Rng.html
87
+ /// [`Hc128Rng`]: hc128/struct.Hc128Rng.html
88
88
#[ cfg_attr( feature="serde-1" , derive( Serialize , Deserialize ) ) ]
89
89
pub struct IsaacRng {
90
90
#[ cfg_attr( feature="serde-1" , serde( with="super::isaac_serde::rand_size_serde" ) ) ]
Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ const RAND_SIZE: usize = 1 << RAND_SIZE_LEN;
73
73
/// [1]: Bob Jenkins, [*ISAAC and RC4*](
74
74
/// http://burtleburtle.net/bob/rand/isaac.html)
75
75
///
76
- /// [`IsaacRng`]: prng /isaac/struct.IsaacRng.html
77
- /// [`Hc128Rng`]: prng/ hc128/struct.Hc128Rng.html
76
+ /// [`IsaacRng`]: .. /isaac/struct.IsaacRng.html
77
+ /// [`Hc128Rng`]: hc128/struct.Hc128Rng.html
78
78
#[ cfg_attr( feature="serde-1" , derive( Serialize , Deserialize ) ) ]
79
79
pub struct Isaac64Rng {
80
80
#[ cfg_attr( feature="serde-1" , serde( with="super::isaac_serde::rand_size_serde" ) ) ]
You can’t perform that action at this time.
0 commit comments