獲取隨機(jī)數(shù)

 var bigInt = require("big-integer");

var Snowflake = /** @class */ (function() {
function Snowflake(_workerId, _dataCenterId, _sequence) {
    // this.twepoch = 1288834974657;
    this.twepoch = 0;
    this.workerIdBits = 5;
    this.dataCenterIdBits = 5;
    this.maxWrokerId = -1 ^ (-1 << this.workerIdBits); // 值為:31
    this.maxDataCenterId = -1 ^ (-1 << this.dataCenterIdBits); // 值為:31
    this.sequenceBits = 12;
    this.workerIdShift = this.sequenceBits; // 值為:12
    this.dataCenterIdShift = this.sequenceBits + this.workerIdBits; // 值為:17
    this.timestampLeftShift = this.sequenceBits + this.workerIdBits + this.dataCenterIdBits; // 值為:22
    this.sequenceMask = -1 ^ (-1 << this.sequenceBits); // 值為:4095
    this.lastTimestamp = -1;
    //設(shè)置默認(rèn)值,從環(huán)境變量取
    this.workerId = 1;
    this.dataCenterId = 1;
    this.sequence = 0;
    if (this.workerId > this.maxWrokerId || this.workerId < 0) {
        throw new Error('config.worker_id must max than 0 and small than maxWrokerId-[' + this.maxWrokerId + ']');
    }
    if (this.dataCenterId > this.maxDataCenterId || this.dataCenterId < 0) {
        throw new Error('config.data_center_id must max than 0 and small than maxDataCenterId-[' + this.maxDataCenterId + ']');
    }
    this.workerId = _workerId;
    this.dataCenterId = _dataCenterId;
    this.sequence = _sequence;
}
Snowflake.prototype.tilNextMillis = function(lastTimestamp) {
    var timestamp = this.timeGen();
    while (timestamp <= lastTimestamp) {
        timestamp = this.timeGen();
    }
    return timestamp;
};
Snowflake.prototype.timeGen = function() {
    return Date.now();
};
Snowflake.prototype.nextId = function() {
    var timestamp = this.timeGen();
    if (timestamp < this.lastTimestamp) {
        throw new Error('Clock moved backwards. Refusing to generate id for ' +
            (this.lastTimestamp - timestamp));
    }
    if (this.lastTimestamp === timestamp) {
        this.sequence = (this.sequence + 1) & this.sequenceMask;
        if (this.sequence === 0) {
            timestamp = this.tilNextMillis(this.lastTimestamp);
        }
    } else {
        this.sequence = 0;
    }
    this.lastTimestamp = timestamp;
    var shiftNum = (this.dataCenterId << this.dataCenterIdShift) |
        (this.workerId << this.workerIdShift) |
        this.sequence; // dataCenterId:1,workerId:1,sequence:0  shiftNum:135168
    var nfirst = new bigInt(String(timestamp - this.twepoch), 10);
    nfirst = nfirst.shiftLeft(this.timestampLeftShift);
    var nnextId = nfirst.or(new bigInt(String(shiftNum), 10)).toString(10);
    return nnextId;
};
return Snowflake;

 }());
var work_id=parseInt(Math.random()*1000)%31;
var datacenter_id=parseInt(Math.random()*1000)%31;
var temptHG_Snowflake = new Snowflake(work_id, datacenter_id, 0);
exports.HG_Snowflake=temptHG_Snowflake;
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末昆汹,一起剝皮案震驚了整個濱河市扇商,隨后出現(xiàn)的幾起案子田度,更是在濱河造成了極大的恐慌探橱,老刑警劉巖栋操,帶你破解...
    沈念sama閱讀 210,978評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件僵腺,死亡現(xiàn)場離奇詭異衡查,居然都是意外死亡呵晚,警方通過查閱死者的電腦和手機(jī)蜘腌,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,954評論 2 384
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來劣纲,“玉大人逢捺,你說我怎么就攤上這事●荆” “怎么了劫瞳?”我有些...
    開封第一講書人閱讀 156,623評論 0 345
  • 文/不壞的土叔 我叫張陵,是天一觀的道長绷柒。 經(jīng)常有香客問我志于,道長,這世上最難降的妖魔是什么废睦? 我笑而不...
    開封第一講書人閱讀 56,324評論 1 282
  • 正文 為了忘掉前任伺绽,我火速辦了婚禮,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘奈应。我一直安慰自己澜掩,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,390評論 5 384
  • 文/花漫 我一把揭開白布杖挣。 她就那樣靜靜地躺著肩榕,像睡著了一般。 火紅的嫁衣襯著肌膚如雪惩妇。 梳的紋絲不亂的頭發(fā)上株汉,一...
    開封第一講書人閱讀 49,741評論 1 289
  • 那天,我揣著相機(jī)與錄音歌殃,去河邊找鬼乔妈。 笑死,一個胖子當(dāng)著我的面吹牛氓皱,可吹牛的內(nèi)容都是我干的路召。 我是一名探鬼主播,決...
    沈念sama閱讀 38,892評論 3 405
  • 文/蒼蘭香墨 我猛地睜開眼匀泊,長吁一口氣:“原來是場噩夢啊……” “哼优训!你這毒婦竟也來了朵你?” 一聲冷哼從身側(cè)響起各聘,我...
    開封第一講書人閱讀 37,655評論 0 266
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎抡医,沒想到半個月后躲因,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,104評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡忌傻,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,451評論 2 325
  • 正文 我和宋清朗相戀三年大脉,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片水孩。...
    茶點(diǎn)故事閱讀 38,569評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡镰矿,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出俘种,到底是詐尸還是另有隱情秤标,我是刑警寧澤,帶...
    沈念sama閱讀 34,254評論 4 328
  • 正文 年R本政府宣布宙刘,位于F島的核電站苍姜,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏悬包。R本人自食惡果不足惜衙猪,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,834評論 3 312
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧垫释,春花似錦丝格、人聲如沸。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,725評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至茫船,卻和暖如春琅束,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背算谈。 一陣腳步聲響...
    開封第一講書人閱讀 31,950評論 1 264
  • 我被黑心中介騙來泰國打工涩禀, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人然眼。 一個月前我還...
    沈念sama閱讀 46,260評論 2 360
  • 正文 我出身青樓艾船,卻偏偏與公主長得像,于是被迫代替她去往敵國和親高每。 傳聞我的和親對象是個殘疾皇子屿岂,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,446評論 2 348

推薦閱讀更多精彩內(nèi)容