Skip to content

Instantly share code, notes, and snippets.

View giskook's full-sized avatar
🎯
Focusing

zhangkai giskook

🎯
Focusing
View GitHub Profile
to: '0x299D1634318C9183a9ce792281482FdC5C7a3956',
from: '0xe24bfA481CEe75E4Fd64E14915e6D104f8696159',
nonce: 15,
gasLimit: 2137915n,
gasPrice: 82700000n,
maxPriorityFeePerGas: null,
maxFeePerGas: null,
maxFeePerBlobGas: null,
data: '0x765e827f0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000e24bfa481cee75e4fd64e14915e6d104f869615900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000a5fbe6ca8e36e477554d01af9abbe590ff9ade8e000000004d08f51819a962c97f37fc8cf7e0d3c8dd8e6dcb000000000000000000000000000000000000000000000000000000000000000000000000000001200000000000000000000000000000000000000000000000000000000000000720000000000000000000000000001e8480000000000000000000000000000186a000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000003b9aca000000000000000000000000003b9aca000000000000000000000000000000000000000000000000000000000000000
@giskook
giskook / ffr.c
Created December 26, 2013 06:18 — forked from cloudwu/ffr.c
#include <stdint.h>
#include <stdlib.h>
// assert(RAND_MAX >= 0x7fff)
float
random_0_to_1() {
union {
uint32_t d;
float f;
} u;
@giskook
giskook / ffr.c
Created December 26, 2013 06:17 — forked from cloudwu/ffr.c
#include <stdint.h>
#include <stdlib.h>
// assert(RAND_MAX >= 0x7fff)
float
random_0_to_1() {
union {
uint32_t d;
float f;
} u;