CARVIEW |
Select Language
HTTP/2 200
date: Mon, 13 Oct 2025 12:45:03 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=43f2889d97dc78855cf856d11deb63aac11e6486650de03eef0654e492fe5f48a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22qe7oBw4z4MPWtMs9EZZ7GGAKZTKln06V%22%3B%7D; HttpOnly; Path=/
cf-ray: 98deee8cc891c537-BLR
Xoroshiro32PlusPlus - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; input: pointer to 32-bit seed
- ; output: random value between [0, 65535]
- Xoroshiro32PlusPlus:
- ldrh r3, [r0]
- push {r4, r5, lr}
- movs r4, r3
- ldrh r2, [r0, #2]
- lsls r5, r3, #13
- lsrs r1, r3, #3
- eors r4, r2
- orrs r1, r5
- eors r1, r4
- lsls r5, r4, #5
- eors r1, r5
- strh r1, [r0]
- lsrs r1, r4, #6
- lsls r4, r4, #10
- adds r2, r3, r2
- orrs r4, r1
- strh r4, [r0, #2]
- lsls r0, r2, #16
- lsrs r0, r0, #23
- lsls r2, r2, #9
- orrs r0, r2
- subs r3, r3, #1
- adds r0, r0, r3
- lsls r0, r0, #16
- lsrs r0, r0, #16
- pop {r4, r5, pc}
- ; Compiled from:
- ; #include <stdint.h>
- ;
- ; const uint16_t a = 13;
- ; const uint16_t b = 5;
- ; const uint16_t c = 10;
- ; const uint16_t d = 9;
- ;
- ; static inline uint16_t rol(uint16_t x, uint16_t k)
- ; {
- ; return (x << k) | (x >> ((sizeof(x) * 8) - k));
- ; }
- ;
- ; uint16_t Xoroshiro32PlusPlus(uint16_t * seed) {
- ; uint16_t result = rol(seed[0] + seed[1], d) + seed[0];
- ;
- ; seed[1] ^= seed[0];
- ; seed[0] = rol(seed[0], a) ^ seed[1] ^ (seed[1] << b);
- ; seed[1] = rol(seed[1], c);
- ;
- ;
- ; return result - 1;
- ; }
Advertisement
Add Comment
Please, Sign In to add comment
-
π MAKE $2500 IN 15 MIN β
Working
JavaScript | 7 sec ago | 0.24 KB
-
β‘ Crypto Swap Glitch β
Working β‘
JavaScript | 16 sec ago | 0.24 KB
-
π EASY MONEY GUIDE β
Working R
JavaScript | 17 sec ago | 0.25 KB
-
π Instant BTC Profit Method β
Working E
JavaScript | 25 sec ago | 0.25 KB
-
π‘ Instant BTC Profit Method β
Working
JavaScript | 25 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβ X
JavaScript | 33 sec ago | 0.25 KB
-
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 39 sec ago | 0.24 KB
-
π Swapzone +37% glitch β 5
JavaScript | 41 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand