Skip to content

Commit 83cd347

Browse files
authored
Merge pull request #58 from pytorch/pbelevich-patch-1
Fix typo
2 parents ca7cdbf + 98ae195 commit 83cd347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ torchcsprng is a [PyTorch C++/CUDA extension](https://pytorch.org/tutorials/adva
88

99
torchcsprng generates a random 128-bit key on CPU using one of its generators and runs
1010
[AES128](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) in [CTR mode](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Counter_(CTR))
11-
mode either on CPU or on GPU using CUDA to generate a random 128 bit state and apply a transformation function to map it to target tensor values.
11+
either on CPU or on GPU using CUDA to generate a random 128 bit state and apply a transformation function to map it to target tensor values.
1212
This approach is based on [Parallel Random Numbers: As Easy as 1, 2, 3(John K. Salmon, Mark A. Moraes, Ron O. Dror, and David E. Shaw, D. E. Shaw Research)](http://www.thesalmons.org/john/random123/papers/random123sc11.pdf).
1313
It makes torchcsprng both crypto-secure and parallel on CUDA and CPU.
1414

0 commit comments

Comments
 (0)